.page-footer {
  margin-top: 60px;
  background: url(../image/fot.png) no-repeat center;
  border-top: 4px solid #49b479;
  height: 226px;
  display: flex;
  align-items: center;
}

.page-footer .wrapper {
  overflow: visible;
}

.page-footer .links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}

.page-footer .links .logo {
  display: block;
}

.page-footer .links .web-links {
  display: flex;
  align-items: center;
}

.page-footer .links .web-links .web-item {
  margin-left: 15px;
}

.page-footer .links .web-links .web-item .select {
  position: relative;
}

.page-footer .links .web-links .web-item .select .title {
  width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.8);
  padding-left: 10px;
  background: url(../image/r_.png) no-repeat 155px center, rgba(255, 255, 255, 0.5);
  background-position: right 15px center;
  border-radius: 4px;
  border: 1px solid #d5ecde;
  cursor: pointer;
  position: relative;
}

.page-footer .links .web-links .web-item .select .options {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  box-sizing: border-box;
  height: 100px;
  overflow-y: scroll;
  background: white;
  display: none;
  padding-left: 10px;
}

.page-footer .links .web-links .web-item .select .options .opt {
  display: block;
  line-height: 24px;
}

.page-footer .links .web-links .web-item .select:hover .title {
  background: url(../image/_.png) no-repeat 155px center;
  background-position: right 15px center;
}

.page-footer .links .web-links .web-item .select:hover .options {
  display: block;
}

.page-footer .copy-right {
  margin-top: 35px;
}

.page-footer .copy-right .ul {
  overflow: hidden;
}

.page-footer .copy-right .ul li {
  float: left;
  font-size: 16px;
line-height: 24px;
  position: relative;
}
.page-footer .copy-right .ul li img{ margin-top: 0!important; vertical-align: top;}
.page-footer .copy-right .ul li + li {
  padding-left: 10px;
  margin-left: 10px;
}

.page-footer .copy-right .ul li + li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
}
